:root {
  --c: #c6392b;
  --cc: #e7c85c;
}

html {
  font-size: 14px;
}

body {
  opacity: 0;
  visibility: hidden;
}

body.wd-show {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}

body.index {
  overflow-x: hidden;
  overflow-y: auto;
}

body.make {
  opacity: 1;
  visibility: visible;
}

.wd-scroll-ani {
  animation: fadeOut both;
}

body.wd-show .wd-scroll-ani.scrolled {
  animation: fadeInUp 1s both;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: #dddddd;
}

.error-404 {
  display: block !important;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background-color: #fff;
}

.error-404 iframe {
  width: 100vw;
  height: 100vh;
  border: none;
  outline: none;
  overflow: hidden;
}

body.error-404 > div {
  display: none;
}

@keyframes wd-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wd-20210305095131 {
  display: none;
}

@media(max-width: 768px) {
  .wd-sub-category>div {
    display: none;
  }

  .wd-sub-category>div.wd-20210305095131 {
    display: block;
  }

  .wd-20210305095131 .wd-item {
    display: none;
  }

  .wd-20210305095131 .wd-item a {
    display: block;
    text-align: center;
    line-height: 3;
    font-size: 16px;
    color: #333;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
  }

  .wd-20210305095131 .wd-item.wd-current a {
    background-color: #d23a36;
    color: #fff;
  }

  .wd-20210305095228 {
    text-align: center;
    line-height: 4;
    font-size: 16px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wd-20210305095228 svg {
    width: 20px;
    height: 20px;
  }
}

.w_grid-000 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: visible;
}

.w_grid-001 > div > .p_gridbox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: visible;
}

.wd-right-float {
  position: fixed;
  top: 50%;
  right: 5px;
  z-index: 9999;
  transform: translateY(-50%);
  margin-top: 20vh;
  transition: 1s;
}

.wd-right-float.wd-hide {
  right: -100px;
}

.wd-right-float .wd-item {
  animation: fadeOut both;
  position: relative;
}

.wd-right-float .wd-item .wd-sub {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  display: flex;
  font-size: 16px;
  color: #fff;
  align-items: center;
  justify-content: center;
  z-index: -1;
  overflow: hidden;
  transform: translateX(-100%);
  visibility: hidden;
}

.wd-right-float .wd-item:hover .wd-sub {
  visibility: visible;
}

.wd-right-float .wd-item .wd-sub div {
  background-color: #333;
  display: flex;
  height: 100%;
  width: 180px;
  align-items: center;
  padding: 0px 20px;
  animation: fadeOutLeft 1s both;
}

.wd-right-float .wd-item:hover .wd-sub div {
  animation: fadeIn 1s 0s both;
}

.wd-right-float.wd-show .wd-item {
  animation: flipInY 1s 0s both;
}

.wd-right-float.wd-show .wd-item:nth-child(1) {
  animation-delay: 0.2s;
}

.wd-right-float.wd-show .wd-item:nth-child(2) {
  animation-delay: 0.3s;
}

.wd-right-float.wd-show .wd-item:nth-child(3) {
  animation-delay: 0.4s;
}

.wd-right-float.wd-show .wd-item:nth-child(4) {
  animation-delay: 0.5s;
}

.wd-right-float .wd-item a {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cc);
  margin-bottom: 2px;
  border-radius: 8px;
}

.wd-right-float .wd-item a svg {
  width: 30px;
  height: 30px;
  transition: 1s;
}

.wd-right-float .wd-item:hover a svg {
  transform: rotateY(180deg);
}

.wd-right-float .wd-item a svg path {
  fill: #fff;
}

@media(max-width: 768px) {
  .wd-right-float {
    display:none;
  }
}

.wd-title-ani span {
  opacity: 0;
  display: inline-block;
}

.wd-title-ani.scrolled span {
  animation: fadeInLeft 1.5s both;
}

.wd-title-ani.scrolled span:nth-child(odd) {
  animation: fadeInRight 1.5s both;
}

.wd-title-ani.scrolled span:nth-child(1) {
  animation-delay: 0.1s;
}

.wd-title-ani.scrolled span:nth-child(2) {
  animation-delay: 0.1s;
}

.wd-title-ani.scrolled span:nth-child(3) {
  animation-delay: 0.2s;
}

.wd-title-ani.scrolled span:nth-child(4) {
  animation-delay: 0.2s;
}

.wd-title-ani.scrolled span:nth-child(5) {
  animation-delay: 0.3s;
}

.wd-title-ani.scrolled span:nth-child(6) {
  animation-delay: 0.3s;
}

.wd-title-ani.scrolled span:nth-child(7) {
  animation-delay: 0.4s;
}

.wd-title-ani.scrolled span:nth-child(8) {
  animation-delay: 0.4s;
}

.wd-title-ani.scrolled span:nth-child(9) {
  animation-delay: 0.5s;
}

.wd-title-ani.scrolled span:nth-child(10) {
  animation-delay: 0.5s;
}

.wd-title-ani.scrolled span:nth-child(11) {
  animation-delay: 0.6s;
}

.wd-title-ani.scrolled span:nth-child(12) {
  animation-delay: 0.6s;
}

.wd-title-ani.scrolled span:nth-child(13) {
  animation-delay: 0.7s;
}

.wd-title-ani.scrolled span:nth-child(14) {
  animation-delay: 0.7s;
}

.wd-title-ani.scrolled span:nth-child(15) {
  animation-delay: 0.8s;
}

.wd-title-ani.scrolled span:nth-child(16) {
  animation-delay: 0.8s;
}

.wd-title-ani.scrolled span:nth-child(17) {
  animation-delay: 0.9s;
}

.wd-title-ani.scrolled span:nth-child(18) {
  animation-delay: 0.9s;
}

.wd-title-ani.scrolled span:nth-child(19) {
  animation-delay: 1s;
}

.wd-title-ani.scrolled span:nth-child(20) {
  animation-delay: 1s;
}

.wd-title-ani.scrolled span:nth-child(21) {
  animation-delay: 1.1s;
}

.wd-title-ani.scrolled span:nth-child(22) {
  animation-delay: 1.1s;
}

.wd-title-ani.scrolled span:nth-child(23) {
  animation-delay: 1.2s;
}

.wd-title-ani.scrolled span:nth-child(24) {
  animation-delay: 1.2s;
}

body > div.wd-20210310080847 {
  display: none;
}

@media(max-width: 768px) {
  body.wd-shield-mo > div.wd-20210310080847 {
    display:block !important;
    height: 100vh;
    font-size: 20px;
    color: #333;
    line-height: 100vh;
    text-align: center;
  }

  body.wd-shield-mo > div {
    display: none !important;
  }

  body.wd-shield-mo .wd-header {
    display: none;
  }
}

.activeUrl {
  background-color: #d1191e!important;
  color: #fff!important;
}

@media only screen and (max-width: 768px) {
  #c_portalResPublic_codeContainer-15681850799647220 {
    display:none;
  }

  #w_grid-1568013455977 {
    margin-top: 50%;
  }

  #w_common_text-1568011337945 span {
    font-size: 36px;
  }

  #w_common_text-1568011565702 span {
    font-size: 18px;
  }

  #w_common_text-1568014053466 {
    padding: 0 20px;
  }

  #w_fline-1568014143598 {
    margin-left: 20px;
  }

  #w_common_text-1568014053466 p > span:first-child {
    font-size: 32px!important;
  }

  #w_common_text-1568014053466 p > span:first-child >span {
    color: #fff!important;
  }

  #w_common_text-1568014053466 p > span:last-child {
    font-size: 14px!important;
  }

  #w_common_text-1568014126002 {
    padding: 0 20px;
  }

  #c_portalResPublic_codeContainer-15680147337164703 #box_2 {
    margin: 0 3%;
  }

  #c_portalResPublic_codeContainer-15680147337164703 .h_ad {
    width: 90px;
    height: 90px;
  }

  #c_portalResPublic_codeContainer-15680147337164703 div {
    text-align: center;
  }

  #w_fimg-1568013806482 {
    display: none;
  }

  #w_fline-1568014143598 .p_FLine {
    border-top-color: #fff
  }

  #w_common_text-1568014126002 span {
    color: #fff;
  }

  #c_portalResPublic_codeContainer-15680147337164703 span {
    color: #fff;
  }

  #c_portalResPublic_codeContainer-15680147337164703 {
    margin-top: 35px;
  }

  #w_fbtn-1568251503969 {
    position: unset;
  }

  #w_common_text-1568019273774 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568019273774 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_common_text-1568019275106 p {
    text-align: left!important;
  }

  #w_common_text-1568019275106 span {
    font-size: 32px!important
  }

  #w_common_text-1568078619345 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568078619345 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_common_text-1568078617729 p {
    text-align: left!important;
  }

  #w_common_text-1568078617729 span {
    font-size: 32px!important;
  }

  #w_grid-1568078615874 {
    position: unset;
    margin-top: 40px;
  }

  #c_portalResPublic_codeContainer-15680789393387124 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680819765724112 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680819661064629 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680820023084215 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #c_portalResPublic_codeContainer-15680819943486983 {
    margin-top: 0;
    margin-bottom: 0px
  }

  #content_box-1568078699297-0,#content_box-1568078699297-1,#content_box-1568078699297-2,#content_box-1568078699297-3,#content_box-1568078699297-4 {
    width: 32%!important;
    margin-bottom: 25px!important;
  }

  #w_grid-1568078699297 {
    margin-top: 30px;
  }

  #c_portalResNews_list-15680861679874064 .horon .h_pic {
    width: 155px!important;
  }

  #w_common_text-1568083993573 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568083993573 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_fline-1568084000685 {
    margin-left: 0px;
    margin-top: -15px;
  }

  #w_grid-1568083953768 {
    margin-top: 30px;
  }

  #w_common_text-1568094749382 p span[style^="font-size:48px"] {
    font-size: 32px!important;
  }

  #w_common_text-1568094749382 p span[style^="font-size:24px"] {
    font-size: 14px!important;
  }

  #w_grid-1568094703713 {
    margin-top: 30px;
  }

  #c_portalResFriendlink_list-15682675180270566 {
    margin-top: 15px;
  }

  #w_fbtn-1568095916446 {
    margin-top: 40px;
    margin-right: auto;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .img {
    display: none;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .btn {
    position: unset;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .foot_js {
    position: unset;
  }

  #w_grid-1568096365564 {
    margin-top: 0px;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .foot_js {
    width: 100%;
    border-radius: unset;
    padding: 10px 0;
    margin-top: 10px;
  }

  #c_portalResPublic_codeContainer-15680989818039089 #font1 {
    margin-top: 20px;
  }

  #w_common_text-1568014126002 div p:last-child {
    display: none;
  }

  #w_grid-1568014076344 {
    margin-top: 10%;
  }

  #c_portalResPublic_codeContainer-15680229646958448 {
    margin-top: 20px;
  }

  #c_portalResPublic_codeContainer-15680989818039089 #font4 {
    display: none;
  }

  #c_portalResPublic_codeContainer-15680989818039089 .foot_box {
    margin: 20px 0;
  }

  #w_fline-1568094754046 {
    margin-top: -20px;
  }

  #w_fline-1568077565070,#w_fline-1568078625081 {
    margin-top: -15px;
  }

  #c_portalResNews_list-15680861679874064 {
    margin-top: 20px;
  }

  #w_fbtn-1568093656808 {
    margin-top: 30px;
  }

  #c_portalResPublic_codeContainer-15681057765880127 {
    display: none;
  }
}

.wd-color-c span {
  color: var(--c) !important;
}

#w_fline-1586329528510 .p_FLine {
  border-color: var(--cc) !important;
}

#w_common_text-1585815681413 p:nth-child(2) span {
  color: #555 !important;
}

#w_common_text-1585812797816 p:nth-child(2) span {
  color: #555 !important;
}

#c_portalResnav_main-15857107142773732 .nav_box {
  padding-right: 0;
}

#c_portalResNews_list-15858133568512693 .n_box:after {
  border-color: var(--cc);
}

#c_portalResNews_list-15858133568512693 .n_box:before {
  border-color: var(--cc);
}

#c_portalResNews_list-15858133568512693 .n_box:hover .n_title {
  color: var(--c);
}

#c_portalResNews_list-15858133568512693 .n_more {
  color: var(--c);
}

.w_fbtn-001 .p_CommonBtn {
  background-color: var(--c) !important;
  border-radius: 500px;
}

.w_fbtn-001 .p_CommonBtn .font {
  line-height: 50px;
}

.w_fbtn-001 .p_CommonBtn .font {
  color: #fff;
}

.wd-df {
  display: flex;
  flex-wrap: wrap;
}

.wd-item {
  flex: 1;
  position: relative;
}

.wd-pic {
  position: relative;
  overflow: hidden;
}

.wd-pic img {
  width: 100%;
  transition: 1s;
}

.wd-pic:hover img {
  transform: scale(1.05);
}

.form-horizontal .control-label {
  display: none;
}

#w_grid-1579426096146 > div > .p_gridbox {
  border: none;
}

.c_portalResnav_main-01001002 .nav_link:hover {
  color: var(--cc);
}

.c_portalResnav_main-01001002 .nav_link.wd-current {
  color: var(--cc);
}

.c_portalResnav_main-01001002 .nav_link:after {
  background-color: var(--cc);
}

.c_portalResnav_main-01001002 .nav_link.wd-current:after {
  background-color: var(--cc);
}

.c_portalResnav_main-01001002 .d_menu {
  background-color: #e7c85cde;
}

.c_portalResnav_main-01001002 .nav_link1:hover {
  background-color: var(--c);
}

#w_grid-1562596236762 > div > .p_gridbox {
  padding-top: 130px;
}

.btn-primary {
  width: 250px;
  height: 50px;
  background-color: var(--c) !important;
  color: #fff !important;
  text-align: center !important;
  border: none !important;
  padding-left: 0;
}

.btn-primary:hover {
  background-color: var(--cc) !important;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

#w_fimg-1585710659241 {
  max-width: 139px;
}

.wd #w_common_text-1621561008137 {
  display: none;
}

#w_common_text-1621561008137 {
  animation: none;
}

.wd-show #c_portalResEbizads_banner-15857212902081143 {
  animation: bounceInDown 1s 0.3s both;
}

.wd #w_grid-1586329294588 {
  position: relative;
}

.wd #w_grid-1586329294588:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/20210521101530.jpg) top left no-repeat;
  background-attachment: fixed;
}

.wd #w_grid-1586329294588:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/img/20210521101923.png) top left no-repeat;
}

.wd #w_grid-1586329294588 > div {
  position: relative;
  z-index: 100;
}

#w_grid-1579426096146 {
  z-index: 10000;
}

.NavList_a1 a {
  height: 70px !important;
  line-height: 70px !important;
}

.swiper-button {
  z-index: 99 !important;
}

.c_portalResnav_main-01001002 .nav_link.wd-current:after {
  width: 60px;
}

a.wd-sub-cate-current {
  background: var(--c) !important;
  color: #fff !important;
}

.NavList_a1 a:hover {
  background: var(--c) !important;
  color: #fff !important;
}

#w_fimg-1585710659241 {
  animation: none;
}

#w_fimg-1585710751035 {
  animation: none;
}

a {
  text-decoration: none !important;
}

.sub div[id*='c_portalResEbizads_banner'] .summry {
  font-size: 12px !important;
  letter-spacing: 0 !important;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}

.sub div[id*='c_portalResEbizads_banner'] .picB {
  position: relative;
}

.sub div[id*='c_portalResEbizads_banner'] .picB:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background-color: #333;
  opacity: 0.6;
}

.sub div[id*='c_portalResEbizads_banner'] .bannerTitle {
  font-size: 26px !important;
  margin-bottom: 20px;
}

#w_common_text-1621476623685 a:hover span {
  color: #fff !important;
  text-decoration: underline !important;
}

#w_common_text-1621476623661 a:hover span {
  color: #fff !important;
  text-decoration: underline !important;
}

.sub div[id*='c_portalResIntro_category'] .more::after {
  width: 0px !important;
}

.sub div[id*='c_portalResIntro_category'] .more.wd-sub-cate-current::after {
  width: 19px !important;
}

.sub div[id*='c_portalResProduct_category'] .more::after {
  width: 0 !important;
}

.sub div[id*='c_portalResProduct_category'] .more.wd-sub-cate-current::after {
  width: 19px !important;
}

#w_grid-1621476623671 a:hover span {
  color: #fff !important;
  text-decoration: underline !important;
}

div[id*='c_portalResProduct_detail'] img {
  max-width: auto !important;
}

.k_hs_pd_price {
  display: none;
}

.wd-products-detail-contact-button {
  display: inline-block;
  padding: 10px 30px;
  background: var(--c);
  color: #fff;
  border-radius: 5px;
  margin-right: 10px;
}

.wd-20210610091415 {
  margin-top: 30px;
}

#c_portalResNews_list-15815889494472059 .jipsonNewsLi:hover .jipsonTitle {
  color: var(--c);
}

#c_portalResNews_list-15815889494472059 .jipsonNewsLi:hover .jipsonSummary {
  color: var(--c);
}

#c_portalResNews_list-15815889494472059 .jipsonMore {
  color: var(--c);
  border-color: var(--c);
}

#c_portalResNews_list-15815889494472059 .jipsonNewsLi:hover .jipsonMore {
  background-color: var(--c);
  border-color: var(--c);
}

.sub div[id*='c_portalResNews_category'] .more::after {
  width: 0 !important;
}

.sub div[id*='c_portalResNews_category'] .more.wd-sub-cate-current::after {
  width: 19px !important;
}

@media(max-width: 768px) {
  #w_fimg-1585710751035 {
    display:none;
  }

  #w_grid-1586422151930 > div > .p_gridbox {
    flex-wrap: nowrap;
  }

  #w_grid-1562596236762 > div > .p_gridbox {
    padding-top: 103px;
  }

  .sub div[id*='c_portalResEbizads_banner'] .text {
    transform: translateY(-50%);
  }
}

.wd-20210305095131 {
  display: none;
}

@media(max-width: 768px) {
  .wd-sub-category>div {
    display: none;
  }

  .wd-sub-category>div.wd-20210305095131 {
    display: block;
  }

  .wd-20210305095131 .wd-item {
    display: none;
  }

  .wd-20210305095131 .wd-item a {
    display: block;
    text-align: center;
    line-height: 3;
    font-size: 16px;
    color: #333;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
  }

  .wd-20210305095131 .wd-item.wd-current a {
    background-color: #d23a36;
    color: #fff;
  }

  .wd-20210305095228 {
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wd-20210305095228 svg {
    width: 20px;
    height: 20px;
  }
}

@media(max-width: 768px) {
  #w_grid-1621476623671 {
    display:none;
  }

  #content_box-1621476623654-1 {
    display: none;
  }

  #w_common_text-1621476623708 {
    margin-top: 20px;
  }

  :root {
    font-size: 12px;
  }

  #w_common_text-1586329489731 span {
    font-size: 5rem !important;
    line-height: 1.5;
    color: #ddd !important;
  }

  #w_common_text-1621472627401 span {
    font-size: 3rem !important;
  }

  #w_grid-1586334919177 .reset_style p:first-child span {
    font-size: 5rem !important;
    line-height: 2.2;
  }

  #w_grid-1586334919177 > div > .p_gridbox {
    height: auto;
  }

  #w_grid-1586334715653 > div > .p_gridbox {
    padding-top: 0;
  }

  #c_portalResProduct_category-16214937205252024 .wd-item {
    width: auto;
  }

  #c_portalResProduct_category-16214937205252024 .wd-df {
    display: block;
  }

  #w_grid-1585812792719 > div > .p_gridbox {
    height: auto;
  }

  #w_common_text-1585812797816 {
    margin-top: 0;
  }

  #w_grid-1585812792719 .reset_style p:first-child span {
    font-size: 5rem !important;
  }

  #w_common_text-1585812797816 {
    margin-top: -6rem;
  }

  #w_grid-1585812400590 {
    display: none;
  }

  #c_portalResProduct_category-16214937205252024 .wd-item {
    animation: none;
    flex: none;
  }

  #c_portalResProduct_category-16214937205252024 .wd-content {
    padding-bottom: 50vw;
  }

  #w_fbtn-1621491027993 {
    margin-bottom: 50px;
  }

  #c_portalResProduct_category-16214937205252024 .wd-content:after {
    width: 40vw;
    height: 40vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #c_portalResProduct_category-16214937205252024 .wd-content .wd-num {
    width: 50vw;
    height: 50vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 12%;
    opacity: 0.3;
  }

  #c_portalResProduct_category-16214937205252024 .wd-content:before {
    width: 50vw;
    height: 50vw;
    left: 50%;
    top: 50%;
    margin-left: -25vw;
    margin-top: -25vw;
    animation: wd-rotate 10s linear infinite;
    background-size: cover;
  }

  #c_portalResProduct_category-16214937205252024 .wd-content .wd-title {
    margin-top: 0;
  }

  #c_portalResProduct_category-16214937205252024 .wd-pic {
    margin-top: 30vw;
  }
  .c_portalResnav_main-01001002 .nav_link {
    text-align:left;
    padding-left:15vw;

  }
  .c_portalResnav_main-01001002 .nav_link:after {
    left: 22vw;
  }
  .c_portalResnav_main-01001002 .nav_link1 {
    text-align:left;
    padding-left:15vw;
  }
  #w_common_text-1623254937447 span {
    font-size:5rem !important;
  }
  #w_common_text-1623254937450 span {
    font-size:2rem !important;
  }
  .wd-sub-cate-container {
    margin-top:0 !important;
  }
  #w_grid-1623168507449 {
    padding:0;
  }
  #c_portalResEmploy_detail-15865048965501762 .job {
    line-height:1.8;
  }
  #c_portalResEmploy_detail-15865048965501762 .contentTop {
    padding:0;
    padding-bottom:20px;
  }
  #c_portalResEmploy_detail-15865048965501762 .contentMidle {
    padding:0;
  }
  #w_common_text-1581587363406{
    display:none;
  }
  #w_common_text-1581587363410 {
    display:none;
  }
  #w_grid-1581587363413 > div > .p_gridbox {
    box-shadow:none;
  }
  #w_common_text-1585883283403 {
    margin-bottom:30px;
  }
  #c_portalResMessage_form-15858820684305357 .p_ConWBox {
    padding:0 15px;
  }
  #c_portalResProduct_list-16231611104283722 .pagination-wyz9{
    display:none;
  }
  .c_portalResNews_detail-01001 .p_articles{
    padding-left:0;
    padding-right:0;
  }
  #c_portalResProduct_list-16231611607276227 .pagination-wyz9 {
    display:none;
  }
}

.page_top {
  display:none;
}
@media(max-width:768px) {
  #c_portalResProduct_list-15816590363297206 .product-list li {
    width:100%;
    margin:0;
    padding:0;
    margin-bottom:15px;
  } 
  #c_portalResProduct_list-15816590363297206 .product-list li figcaption {
    font-size:1.5rem;
  }
}